Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
Object Oriented
1) Add member function
2) Add method to Array object
3) Add method to Object class
4) Adding method to a class using prototype
5) Adding new properties and methods to the child class
6) All new properties and methods of the subclass must come after the assignment of the prototype property
7) Call object member function
8) Class combination with constructor
9) Class combination with prototype
10) Class factory example
11) Class Inheritance
12) Constructor Example
13) Constructor Paradigm
14) Constructor prototype
15) Create an Object with member method
16) Custom objects and associative object arrays
17) Declaration and Instantiation
18) Define a method after object instantiation
19) Defining the object methods outside of the factory functions and then pointing to them
20) Dereferencing Objects
21) Dynamic prototype
22) Dynamic Prototype Method
23) Factory Paradigm
24) Function share with Prototype Paradigm
25) Hybrid ConstructorPrototype Paradigm
26) Hybrid Method for class inheritance
27) Inheritance
28) Instance method
29) Modifying Objects
30) Native Objects
31) Object constructor
32) Object eval()
33) Object prototype
34) Object toSource()
35) Object toString()
36) Object unwatch()
37) Object valueOf()
38) Object watch()
39) Object()
40) Passing in of default values for the various properties in Object creation function
41) Properties of an object can be defined dynamically after its creation
42) Prototype Chaining
43) Prototype Paradigm
44) Redefining an Existing Method
45) The Apply() Method
46) The Call() Method
47) The Object Class
48) The this Keyword
49) Three level inheritance by using the Hybrid Method
50) Three-level inheritance
51) Use Form input data to construct an object
52) Use prototype to add properties to an object
53) Using apply function to call base constructor
54) Using apply method to call the constructor of the base class
55) Using call function to call the constructor from base class
56) Using call method to call the constructor of base class
57) Using inheritFrom method from zInherit Library
58) Using instanceOf method from zInherit Library
59) Using instanceof operator to check the subclass created by Prototype Chaining
60) Using xbObjects to build three-level inheritance
61) Using xbObjects to call the function from base class
62) Using zInherit Library to build class inheritance
63) Using zInherit Library to build class inheritance in three levels